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
/
compiler
/
rustc_interface
Age
Commit message (
Expand
)
Author
Lines
2021-09-12
Gather module items after lowering.
Camille GILLOT
-4
/
+4
2021-09-10
Add sanity check.
Camille GILLOT
-1
/
+3
2021-09-10
Track span dependency using a callback.
Camille GILLOT
-0
/
+9
2021-09-09
Add -Z panic-in-drop={unwind,abort} command-line option
Amanieu d'Antras
-0
/
+1
2021-09-07
remap-cwd-prefix
danakj
-0
/
+1
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-3
/
+2
2021-09-07
Move monomorphize code to its own crate.
Camille GILLOT
-0
/
+2
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-2
/
+4
2021-09-07
Move rustc_mir::borrow_check to new crate rustc_borrowck.
Camille GILLOT
-0
/
+3
2021-09-05
Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011
bors
-4
/
+0
2021-09-04
Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiser
bors
-0
/
+1
2021-09-03
Detect bare blocks with type ascription that were meant to be a `struct` literal
Esteban Kuber
-0
/
+1
2021-09-02
Drop walk_crate_and_attributes.
Camille GILLOT
-4
/
+0
2021-09-01
Compute proc_macros in resolutions.
Camille GILLOT
-1
/
+1
2021-08-25
don't generate partially-undef consts
Erik Desjardins
-0
/
+1
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-4
/
+4
2021-08-10
Replace #[plugin_registrar] with exporting __rustc_plugin_registrar
bjorn3
-3
/
+0
2021-08-04
Add back -Zno-profiler-runtime
Amanieu d'Antras
-1
/
+2
2021-07-29
rfc3052: Remove authors field from Cargo manifests
Jade
-1
/
+0
2021-07-27
Rollup merge of #86450 - tmiasko:move-size-limit, r=pnkfelix
Yuki Okushi
-0
/
+1
2021-07-18
Remove deadlock virtual call.
Camille GILLOT
-1
/
+3
2021-07-18
Move OnDiskCache to rustc_query_impl.
Camille GILLOT
-4
/
+7
2021-07-16
Rollup merge of #87145 - jsgf:fix-lint-opt-hash, r=michaelwoerister
Guillaume Gomez
-4
/
+18
2021-07-15
Rollup merge of #86478 - ehuss:future-incompat-test, r=oli-obk
Yuki Okushi
-0
/
+1
2021-07-14
Make --cap-lints and related options leave crate hash alone
Jeremy Fitzhardinge
-4
/
+18
2021-07-14
Add -Zfuture-incompat-test to assist with testing future-incompat reports.
Eric Huss
-0
/
+1
2021-07-14
Shrink the CrateStore dynamic interface.
Camille GILLOT
-6
/
+2
2021-07-08
Rework SESSION_GLOBALS API to prevent overwriting it
Guillaume Gomez
-13
/
+14
2021-07-06
Add flag to configure `large_assignments` lint
Tomasz Miąsko
-0
/
+1
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-40
/
+8
2021-07-04
Combine individual limit queries into single `limits` query
Aaron Hill
-7
/
+5
2021-07-04
Query-ify global limit attribute handling
Aaron Hill
-5
/
+12
2021-07-02
add track_path::path fn for proc-macro usage
Bernhard Schuster
-3
/
+13
2021-07-01
Auto merge of #86617 - joshtriplett:prune-dependencies, r=Mark-Simulacrum
bors
-1
/
+0
2021-06-30
Update comments.
Camille GILLOT
-12
/
+5
2021-06-30
Fix AST pretty.
Camille GILLOT
-6
/
+6
2021-06-30
Move AST crate.
Camille GILLOT
-17
/
+17
2021-06-30
Arena-allocate Crate during lowering.
Camille GILLOT
-2
/
+1
2021-06-30
Move lowering to create_global_ctxt.
Camille GILLOT
-24
/
+16
2021-06-30
Inline lower_to_hir.
Camille GILLOT
-33
/
+19
2021-06-30
Separate resolver creation from expansion.
Camille GILLOT
-57
/
+38
2021-06-30
Simplify DepGraph creation.
Camille GILLOT
-25
/
+12
2021-06-28
Introduce -Zprofile-closures to evaluate the impact of 2229
Aman Arora
-0
/
+1
2021-06-26
Auto merge of #86267 - ZuseZ4:master, r=nagisa
bors
-0
/
+1
2021-06-25
rustc_interface: Remove unused dependency rustc_index
Josh Triplett
-1
/
+0
2021-06-23
Use HTTPS links where possible
Smitty
-1
/
+1
2021-06-21
Only hash OutputTypes keys in non-crate-hash mode
Aaron Hill
-3
/
+3
2021-06-21
make -Zno-codegen TRACKED_NO_CRATE_HASH
Jeremy Fitzhardinge
-1
/
+10
2021-06-21
Implement assert_non_crate_hash_different for tests
Jeremy Fitzhardinge
-0
/
+8
2021-06-21
In --emit KIND=PATH options, only hash KIND
Jeremy Fitzhardinge
-3
/
+3
[prev]
[next]