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
/
src
/
passes.rs
Age
Commit message (
Expand
)
Author
Lines
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-7
/
+7
2022-02-18
Rollup merge of #92933 - bjorn3:no_bin_lib_mixing, r=estebank
Matthias Krüger
-2
/
+10
2022-02-11
Remove the alt_std_name option
bjorn3
-2
/
+1
2022-02-09
Ensure that queries only return Copy types.
Camille GILLOT
-3
/
+3
2022-02-01
Make dead code check a query.
Camille GILLOT
-1
/
+2
2022-01-23
expand: Pass everything by reference to pre-expansion lint callback
Vadim Petrochenkov
-13
/
+20
2022-01-23
rustc_lint: Stop creating a fake `ast::Crate` for running early lints
Vadim Petrochenkov
-10
/
+15
2022-01-23
rustc_lint: Reuse the set of registered tools from resolver
Vadim Petrochenkov
-9
/
+10
2022-01-23
rustc_lint: Remove some redundant fields from `EarlyContext`
Vadim Petrochenkov
-11
/
+11
2022-01-15
Deny mixing bin crate type with lib crate types
bjorn3
-2
/
+10
2022-01-05
ast: Always keep a `NodeId` in `ast::Crate`
Vadim Petrochenkov
-2
/
+2
2021-12-19
Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk
bors
-4
/
+4
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-2
/
+2
2021-12-15
Remove `SymbolStr`.
Nicholas Nethercote
-2
/
+2
2021-12-14
fix clippy::single_char_pattern perf findings
Matthias Krüger
-1
/
+1
2021-12-03
Improve 'cannot contain emoji' error.
Mara Bos
-5
/
+21
2021-11-28
expand: Turn `ast::Crate` into a first class expansion target
Vadim Petrochenkov
-1
/
+1
2021-11-23
Sort `FxHashSet`'s contents before emitting errors for consistent output
Esteban Kuber
-1
/
+4
2021-11-23
review comment: plural of emoji is emoji
Esteban Kuber
-1
/
+1
2021-11-23
Tokenize emoji as if they were valid indentifiers
Esteban Kuber
-1
/
+11
2021-11-11
Auto merge of #83846 - torhovland:issue-10971, r=davidtwco
bors
-0
/
+8
2021-11-07
more clippy fixes
Matthias Krüger
-3
/
+3
2021-11-02
Create temps_dir before it's needed.
Tor Hovland
-6
/
+7
2021-11-02
Added the --temps-dir option.
Tor Hovland
-0
/
+7
2021-10-25
Avoid a branch on key being local for queries that use the same local and ext...
bjorn3
-4
/
+3
2021-10-20
Build jump table at runtime.
Camille GILLOT
-1
/
+1
2021-10-20
Merge two query callbacks arrays.
Camille GILLOT
-0
/
+1
2021-10-05
Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister
bors
-1
/
+1
2021-10-03
Fix ICE with buffered lint referring to AST node deleted by everybody_loops
Fabian Wolff
-6
/
+12
2021-10-03
Move rustc_middle::middle::cstore to rustc_session.
Camille GILLOT
-1
/
+1
2021-10-02
Auto merge of #89405 - GuillaumeGomez:fix-clippy-lints, r=cjgillot
bors
-15
/
+15
2021-10-01
Fix clippy lints
Guillaume Gomez
-15
/
+15
2021-10-01
Auto merge of #88880 - cjgillot:no-krate, r=oli-obk
bors
-5
/
+3
2021-09-30
Move EncodedMetadata to rustc_metadata.
Camille GILLOT
-5
/
+4
2021-09-30
Move encode_metadata out of CrateStore.
Camille GILLOT
-1
/
+2
2021-09-29
Move body_owners to tcx.hir().
Camille GILLOT
-5
/
+3
2021-09-28
rustc_session: Remove lint store from `Session`
Vadim Petrochenkov
-4
/
+1
2021-09-27
Auto merge of #89214 - smoelius:register_tool, r=petrochenkov
bors
-2
/
+6
2021-09-26
Pass real crate-level attributes to `pre_expansion_lint`
Samuel Moelius
-2
/
+6
2021-09-25
Check for macros in built-in attributes that don't support them.
Eric Huss
-5
/
+25
2021-09-12
Gather module items after lowering.
Camille GILLOT
-4
/
+4
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-2
/
+1
2021-09-07
Move monomorphize code to its own crate.
Camille GILLOT
-0
/
+1
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-2
/
+3
2021-09-07
Move rustc_mir::borrow_check to new crate rustc_borrowck.
Camille GILLOT
-0
/
+2
2021-09-05
Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011
bors
-4
/
+0
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-10
Replace #[plugin_registrar] with exporting __rustc_plugin_registrar
bjorn3
-3
/
+0
2021-07-18
Move OnDiskCache to rustc_query_impl.
Camille GILLOT
-3
/
+5
[next]