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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_interface
Age
Commit message (
Expand
)
Author
Lines
2019-09-07
Rollup merge of #64243 - petrochenkov:cmdattr, r=alexcrichton
Mazdak Farrokhzad
-1
/
+3
2019-09-07
Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkov
Mazdak Farrokhzad
-11
/
+16
2019-09-06
Move injection of attributes from command line to `libsyntax_ext`
Vadim Petrochenkov
-1
/
+3
2019-09-05
Simplify std lib injection
Matthew Jasper
-1
/
+1
2019-09-05
Remove rustc_diagnostic_macros feature
Mark Rousskov
-4
/
+0
2019-09-05
Replace diagnostic plugins with macro_rules
Mark Rousskov
-22
/
+11
2019-09-05
Make use of hygiene in AST passes
Matthew Jasper
-11
/
+16
2019-09-02
Remove `lower_to_hir()` call from `prepare_output()`.
Nicholas Nethercote
-1
/
+0
2019-09-02
Don't call `self.parse()` in `Compiler::crate_name()` unless necessary.
Nicholas Nethercote
-10
/
+11
2019-08-28
Allow running rustdoc on proc-macro crates without specifying '--crate-type p...
Aaron Hill
-16
/
+32
2019-08-25
HirIdify hir::Crate.modules
ljedrz
-7
/
+8
2019-08-24
Improve Rustdoc's handling of procedural macros
Aaron Hill
-21
/
+16
2019-08-20
Deprecate using rustc_plugin without the rustc_driver dylib.
Simon Sapin
-1
/
+1
2019-08-10
Remove Option from resolver
Mark Rousskov
-16
/
+16
2019-08-06
Don't use remap-path-prefix in dep-info files.
Eric Huss
-1
/
+1
2019-07-30
Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk
bors
-2
/
+2
2019-07-28
Fix `cfg(parallel_compiler)` mode
Vadim Petrochenkov
-3
/
+0
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-2
/
+0
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-31
/
+8
2019-07-27
syntax_ext: `proc_macro_decls` -> `proc_macro_harness`
Vadim Petrochenkov
-2
/
+2
2019-07-27
Move standard library injection into libsyntax_ext
Vadim Petrochenkov
-1
/
+6
2019-07-27
Move test harness generation into libsyntax_ext
Vadim Petrochenkov
-1
/
+1
2019-07-26
rustc: Stabilize options for pipelined compilation
Alex Crichton
-2
/
+2
2019-07-26
Introduce built-in macros through libcore
Vadim Petrochenkov
-1
/
+4
2019-07-25
Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton
Mazdak Farrokhzad
-15
/
+1
2019-07-25
Rollup merge of #62901 - petrochenkov:serde, r=Centril
Mazdak Farrokhzad
-3
/
+3
2019-07-24
Gate binary dependency information behind -Zbinary-dep-depinfo
Mark Rousskov
-11
/
+13
2019-07-24
Add binary dependencies to dep-info files
Mark Rousskov
-3
/
+20
2019-07-24
syntax_ext: Turn `#[global_allocator]` into a regular attribute macro
Vadim Petrochenkov
-14
/
+1
2019-07-24
Merge `rustc_allocator` into `libsyntax_ext`
Vadim Petrochenkov
-2
/
+1
2019-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-3
/
+3
2019-07-19
hygiene: Tweak naming some more
Vadim Petrochenkov
-1
/
+1
2019-07-19
Adjust other names after the `Mark` renaming
Vadim Petrochenkov
-1
/
+1
2019-07-18
Emit artifact notifications for dependency files
Jeremy Fitzhardinge
-6
/
+14
2019-07-11
Move rustc_borrowck -> rustc_ast_borrowck
Matthew Jasper
-2
/
+2
2019-07-09
Remove unused dependencies
Shotaro Yamada
-1
/
+0
2019-07-07
rustc: Remove `dylib` crate type from most rustc crates
Alex Crichton
-1
/
+1
2019-07-05
Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc
Mazdak Farrokhzad
-7
/
+8
2019-07-05
Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk
Mazdak Farrokhzad
-1
/
+0
2019-07-04
rename hir::map::local_def_id_from_hir_id to local_def_id
ljedrz
-1
/
+1
2019-07-04
rename hir::map::local_def_id to local_def_id_from_node_id
ljedrz
-6
/
+7
2019-07-04
Rollup merge of #62039 - jeremystucki:needless_lifetimes, r=eddyb
Mazdak Farrokhzad
-5
/
+5
2019-07-03
Rollup merge of #62128 - ehuss:extra-filename-warning, r=matthewjasper
Mark Rousskov
-3
/
+3
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-5
/
+5
2019-06-25
Adjust warning of -C extra-filename with -o.
Eric Huss
-3
/
+3
2019-06-24
Enable internal lints in bootstrap
flip1995
-1
/
+0
2019-06-22
Prefer to use `has_errors` to `err_count`
Matthew Jasper
-1
/
+1
2019-06-14
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-9
/
+9
2019-06-12
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-9
/
+3
[prev]
[next]