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-06-19
Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se
Matthias Krüger
-3
/
+3
2022-06-16
Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`
Maybe Waffle
-3
/
+3
2022-06-15
Consume resolutions for lowering separately.
Camille GILLOT
-8
/
+24
2022-06-14
Make ResolverAstLowering a struct.
Camille GILLOT
-6
/
+13
2022-06-14
Separate Definitions and CrateStore from ResolverOutputs.
Camille GILLOT
-3
/
+8
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-1
/
+1
2022-06-03
Remove support for -Zast-json and -Zast-json-noexpand
bjorn3
-9
/
+0
2022-05-24
Remove the check_mod_intrinsics query
Oli Scherer
-1
/
+0
2022-05-22
rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast`
Vadim Petrochenkov
-7
/
+1
2022-05-08
Move lint expectation checking into a separate query (RFC 2383)
xFrednet
-0
/
+4
2022-04-16
Rollup merge of #93969 - bjorn3:codegen_backend_dep_info, r=pnkfelix
Dylan DPC
-4
/
+8
2022-04-09
expand: Remove `ParseSess::missing_fragment_specifiers`
Vadim Petrochenkov
-16
/
+0
2022-04-05
span: move `MultiSpan`
David Wood
-2
/
+2
2022-03-31
Stop emitting lints during lowering.
Camille GILLOT
-17
/
+15
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-24
Don't include invalid paths in the depinfo for builtin backends
bjorn3
-1
/
+5
2022-03-24
Only add codegen backend to dep info if -Zbinary-dep-depinfo is used
bjorn3
-4
/
+4
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-12
/
+14
2022-03-04
Auto merge of #94096 - cjgillot:ensure-stability, r=lcnr
bors
-5
/
+6
2022-03-03
Cleanup feature gates.
Camille GILLOT
-5
/
+5
2022-03-03
Remove the everybody loops pass
bjorn3
-19
/
+7
2022-03-03
Force ensure stability_index.
Camille GILLOT
-0
/
+1
2022-03-03
Rollup merge of #94433 - Urgau:check-cfg-allowness, r=petrochenkov
Dylan DPC
-1
/
+2
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-7
/
+7
2022-03-01
Improve allowness of the unexpected_cfgs lint
Loïc BRANSTETT
-1
/
+2
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
[next]