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
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
2020-03-04
Don't use "if let" bindings to only check a value and not actually bind anyth...
Matthias Krüger
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-9
/
+9
2020-02-29
Make it build again
Vadim Petrochenkov
-1
/
+1
2020-02-28
Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morse
Mazdak Farrokhzad
-1
/
+1
2020-02-27
don't use .into() to convert types into identical types.
Matthias Krüger
-1
/
+1
2020-02-27
use char instead of &str for single char patterns
Matthias Krüger
-1
/
+1
2020-02-24
parse/ast: move `Defaultness` into variants.
Mazdak Farrokhzad
-2
/
+2
2020-02-18
Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov
Mazdak Farrokhzad
-1
/
+1
2020-02-17
Rename `FunctionRetTy` to `FnRetTy`
Yuki Okushi
-2
/
+2
2020-02-15
ast: move Generics into AssocItemKinds
Mazdak Farrokhzad
-1
/
+1
2020-02-13
Constness -> enum Const { Yes(Span), No }
Mazdak Farrokhzad
-1
/
+1
2020-02-01
syntax: reexport attr globals
Mazdak Farrokhzad
-4
/
+4
2020-02-01
pacify the parallel compiler
Mazdak Farrokhzad
-3
/
+3
2020-02-01
1. move node_id to syntax
Mazdak Farrokhzad
-1
/
+2
2020-02-01
Move builtin attribute logic to new rustc_attr crate.
Mazdak Farrokhzad
-2
/
+2
2020-02-01
syntax: move GLOBALS to attr module
Mazdak Farrokhzad
-1
/
+1
2020-01-30
Use `P` for `NtTraitItem`, `NtImplItem`, and `NtForeignItem`.
Nicholas Nethercote
-2
/
+2
2020-01-22
Privatize private fields of OutputFilenames
Mark Rousskov
-19
/
+14
2020-01-11
use winapi for non-stdlib Windows bindings
Andy Russell
-8
/
+6
2020-01-11
buffered lint infra -> rustc_session
Mazdak Farrokhzad
-5
/
+7
2020-01-10
self-profile: Switch to new approach for event_id generation that enables que...
Michael Woerister
-4
/
+0
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::source_map` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-9
/
+9
2019-12-25
Store callbacks in global statics
Mark Rousskov
-4
/
+5
2019-12-22
Format the world
Mark Rousskov
-107
/
+90
2019-12-20
introduce 'type AttrVec'
Mazdak Farrokhzad
-4
/
+3
2019-12-20
Rollup merge of #67131 - Centril:item-merge, r=petrochenkov
Mazdak Farrokhzad
-15
/
+10
2019-12-12
`AssocImplKind::{Method -> Fn}`.
Mazdak Farrokhzad
-1
/
+1
2019-12-12
Remove `ast::{Impl,Trait}{Item,ItemKind}`.
Mazdak Farrokhzad
-10
/
+5
2019-12-12
Unify associated item mut visitors.
Mazdak Farrokhzad
-2
/
+2
2019-12-12
parse: refactor fun ret ty & param ty
Mazdak Farrokhzad
-4
/
+4
2019-12-11
rustc: Link LLVM directly into rustc again
Alex Crichton
-77
/
+8
2019-12-06
Rename to `then_some` and `then`
varkor
-2
/
+2
2019-12-06
Use `to_option` in various places
varkor
-10
/
+2
2019-11-20
Delete ProcessCfgMod
Mark Rousskov
-2
/
+0
2019-11-16
move DIAGNOSTICS usage to rustc_driver
Mazdak Farrokhzad
-12
/
+1
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-15
/
+2
2019-11-12
Register queries with self profiler in rustc_interface
Mark Rousskov
-0
/
+4
2019-11-10
Auto merge of #65324 - Centril:organize-syntax, r=petrochenkov
bors
-0
/
+3
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-0
/
+1
2019-11-10
move config.rs to libsyntax_expand
Mazdak Farrokhzad
-0
/
+2
2019-11-09
Move next_node_id to Resolver
Mark Rousskov
-18
/
+19
2019-11-08
ast::ItemKind::Fn: use ast::FnSig
Mazdak Farrokhzad
-6
/
+7
2019-11-08
ast::MethodSig -> ast::FnSig
Mazdak Farrokhzad
-2
/
+2
2019-11-03
Move crate type checking later
Mark Rousskov
-50
/
+59
2019-11-03
Utilize Resolver lint buffer during HIR lowering
Mark Rousskov
-2
/
+2
2019-10-17
Create lint store during plugin registration
Mark Rousskov
-7
/
+0
2019-10-17
De-propagate optional session from lint registration
Mark Rousskov
-2
/
+3
2019-10-07
Name the threads in rayon's pool
Josh Stone
-0
/
+1
[next]