index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui-fulldeps
Age
Commit message (
Expand
)
Author
Lines
2020-11-15
Replace run_compiler with RunCompiler builder pattern.
Darshan Kathiriya
-8
/
+3
2020-10-07
Update fulldeps test
Mark Rousskov
-27
/
+16
2020-09-28
Rollup merge of #76474 - bjorn3:driver_selected_codegen, r=oli-obk
Ralf Jung
-1
/
+7
2020-09-27
Add option to pass a custom codegen backend from a driver
bjorn3
-1
/
+7
2020-09-21
add test
Bastian Kauschke
-0
/
+53
2020-09-10
Fully integrate token collection for additional AST structs
Aaron Hill
-1
/
+2
2020-09-08
Auto merge of #75138 - jumbatm:session-diagnostic-derive, r=oli-obk
bors
-0
/
+395
2020-09-04
Auto merge of #76292 - Aaron1011:fix/proc-macro-panic-hide, r=petrochenkov
bors
-0
/
+40
2020-09-03
Respect `-Z proc-macro-backtrace` flag for panics inside libproc_macro
Aaron Hill
-0
/
+40
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-2
/
+2
2020-09-01
Add SessionDiagnostic derive macro.
jumbatm
-0
/
+395
2020-08-20
Capture tokens for Pat used in macro_rules! argument
Aaron Hill
-0
/
+1
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-3
/
+3
2020-08-14
Fix ui fulldeps tests
Matthew Jasper
-88
/
+75
2020-08-08
Eliminate the `SessionGlobals` from `librustc_ast`.
Nicholas Nethercote
-4
/
+4
2020-07-18
rustc_metadata: Make crate loading fully speculative
Vadim Petrochenkov
-13
/
+3
2020-07-10
Avoid "whitelist"
Tamir Duberstein
-11
/
+11
2020-07-09
Eliminate confusing "globals" terminology.
Nicholas Nethercote
-2
/
+2
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-5
/
+5
2020-06-15
make all uses of ty::Error or ConstKind::Error delay a span bug
mark
-2
/
+2
2020-06-10
Fix pprust-expr-roundtrip
Aaron Hill
-2
/
+2
2020-06-06
Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum
bors
-35
/
+34
2020-06-03
Update fulldeps tests and clippy
Vadim Petrochenkov
-27
/
+26
2020-06-02
Rename the crates in source code
Vadim Petrochenkov
-8
/
+8
2020-06-02
compiletest: Add name directive for remote runners
Tom Eccles
-0
/
+2
2020-05-27
Add test for {impl,declare}_lint_pass macros
flip1995
-0
/
+26
2020-05-24
Collect tokens for `ast::Expr`
Aaron Hill
-0
/
+2
2020-05-12
Remove ty::UnnormalizedProjection
Jack Huey
-15
/
+8
2020-05-09
Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper
Ralf Jung
-0
/
+1
2020-05-08
Fix tests
Camille GILLOT
-0
/
+1
2020-05-07
Renamed "undef" stuff to "uninit"
Hanif Bin Ariffin
-2
/
+2
2020-04-25
Remove support for self-opening
Mark Rousskov
-48
/
+0
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-11
/
+29
2020-04-07
rustc_session: forbid lints override regardless of position
Tobias Thiel
-0
/
+17
2020-04-02
fix fulldeps test fallout
Mazdak Farrokhzad
-1
/
+2
2020-03-30
rustc -> rustc_middle part 5 -- fix tests
Mazdak Farrokhzad
-18
/
+18
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-3
/
+3
2020-03-24
resolve: Remove `rustc_attrs` as a standalone feature gate
Vadim Petrochenkov
-95
/
+18
2020-03-22
parse: nix new_sub_parser_from_file
Mazdak Farrokhzad
-1
/
+1
2020-03-18
fix pre-expansion linting infra
Mazdak Farrokhzad
-7
/
+5
2020-03-14
Update tests
John Kåre Alsaker
-4
/
+4
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-17
/
+17
2020-02-29
Make it build again
Vadim Petrochenkov
-2
/
+2
2020-02-17
Rename `FunctionRetTy` to `FnRetTy`
Yuki Okushi
-1
/
+1
2020-02-16
Auto merge of #67885 - tobithiel:fix_group_lint_allow_override, r=Mark-Simula...
bors
-0
/
+7
2020-02-13
IsAsync -> enum Async { Yes { span: Span, .. }, No }
Mazdak Farrokhzad
-1
/
+1
2020-02-11
Fix stage2 test failures from call to span_lint.
jumbatm
-43
/
+80
2020-02-09
--bless --compare-mode=nll
Matthias Prechtl
-8
/
+8
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-0
/
+2
2020-02-01
fix fallout in tests
Mazdak Farrokhzad
-4
/
+8
[next]