8000 Rollup of 8 pull requests by Centril · Pull Request #65396 · rust-lang/rust · GitHub
[go: up one dir, main page]

Skip to content

Rollup of 8 pull requests #65396

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 27 commits into from
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a185061
Sort long error code explanation by error code
GuillaumeGomez Oct 10, 2019
019fba8
Uncomment E0386 to let users have access to its old definition
GuillaumeGomez Oct 10, 2019
06a02b5
Unification and cleanup of librustc_mir error codes
GuillaumeGomez Oct 10, 2019
e0ef776
Add long error explanation for E0697
JohnTitor Oct 8, 2019
2ae5e34
Print lifetimes with backticks
JohnTitor Oct 10, 2019
c6cc29d
Apply suggestion
JohnTitor Oct 13, 2019
d131abe
ast: don't use pprust in Debug
Centril Oct 8, 2019
742ec4b
ast: remove implicit pprust dependency via Display.
Centril Oct 8, 2019
ab8105e
tokenstream: don't depend on pprust
Centril Oct 8, 2019
4a0c487
syntax: consolidate function parsing in `item.rs`
Centril Oct 11, 2019
9d766ed
refactor session::config::build_session_options_and_crate_config
Centril Oct 11, 2019
42f32f0
token: extract Nonterminal::to_tokenstream to parser.
Centril Oct 9, 2019
1899432
lowering: don't rely on parser directly.
Centril Oct 13, 2019
07e946c
lowering: connect to parser via function pointer instead
Centril Oct 13, 2019
5c8fdc1
Add test for issue-44153
JohnTitor Oct 14, 2019
6323180
Add test for issue-47486
JohnTitor Oct 14, 2019
f653db9
Add test for issue-48010
JohnTitor Oct 14, 2019
88a495c
Add test for issue-48027
JohnTitor Oct 14, 2019
f6e01e8
Add test for issue-48638
JohnTitor Oct 14, 2019
da1cddd
Rollup merge of #65215 - JohnTitor:long-explanation-e0697, r=Guillaum…
Centril Oct 14, 2019
28b6bb8
Rollup merge of #65265 - GuillaumeGomez:cleanup-librustc_mir-err-code…
Centril Oct 14, 2019
562e78e
Rollup merge of #65292 - JohnTitor:add-backticks, r=varkor,Centril
Centril Oct 14, 2019
85eb0a4
Rollup merge of #65362 - Centril:extract_fun, r=petrochenkov
Centril Oct 14, 2019
83679cb
Rollup merge of #65363 - Centril:less-pprust, r=Mark-Simulacrum
Centril Oct 14, 2019
d24da2a
Rollup merge of #65379 - Centril:refactor-bso_and_cc, r=petrochenkov
Centril Oct 14, 2019
c973cc2
Rollup merge of #65392 - Centril:nt-to-tt, r=Mark-Simulacrum
Centril Oct 14, 2019
045339c
Rollup merge of #65395 - JohnTitor:add-tests, r=Centril
Centril Oct 14, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
0