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
/
hir
Age
Commit message (
Expand
)
Author
Lines
2019-07-18
resolve: Visit all scopes to collect suggestion candidates for unresolved macros
Vadim Petrochenkov
-0
/
+8
2019-07-18
Replace deref with as_deref
Yuki Okushi
-1
/
+1
2019-07-15
pprust: Move some methods to the `PrintState` trait
Vadim Petrochenkov
-10
/
+10
2019-07-11
Rollup merge of #62476 - petrochenkov:expref, r=matthewjasper
Mazdak Farrokhzad
-81
/
+56
2019-07-11
hygiene: Introduce a helper method for creating new expansions
Vadim Petrochenkov
-5
/
+3
2019-07-11
def_collector: `parent_def` is no longer optional
Vadim Petrochenkov
-31
/
+17
2019-07-11
def_collector: Simplify tracking of macro invocation parents
Vadim Petrochenkov
-30
/
+18
2019-07-11
syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa...
Vadim Petrochenkov
-1
/
+1
2019-07-11
Rename some things in `syntax_pos/hygiene`
Vadim Petrochenkov
-16
/
+19
2019-07-10
Remove writer function from PrintState
Mark Rousskov
-5
/
+1
2019-07-10
Use constant instead of magic number
Mark Rousskov
-1
/
+1
2019-07-10
Remove needless indent arguments
Mark Rousskov
-16
/
+7
2019-07-10
Properly case indent_unit constant
Mark Rousskov
-26
/
+25
2019-07-10
Move pp::Printer helpers to direct impl
Mark Rousskov
-2
/
+13
2019-07-10
Rename is_bol -> is_beginning_of_line
Mark Rousskov
-2
/
+2
2019-07-10
Remove needless indirection in bclose
Mark Rousskov
-6
/
+2
2019-07-10
Move pp::Printer out field to owned String
Mark Rousskov
-19
/
+12
2019-07-10
print_crate returns String instead of taking an out pointer
Mark Rousskov
-5
/
+5
2019-07-10
Replace src: &mut dyn Read with String
Mark Rousskov
-3
/
+2
2019-07-10
Combine comment-handling logic into struct
Mark Rousskov
-34
/
+8
2019-07-10
Inline State::new
Mark Rousskov
-9
/
+1
2019-07-10
Stop Option-wrapping comments
Mark Rousskov
-4
/
+4
2019-07-10
Remove unused boxes vector
Mark Rousskov
-15
/
+0
2019-07-10
Move literal_to_string to fmt::Display
Mark Rousskov
-2
/
+2
2019-07-09
Auto merge of #62233 - matthewjasper:exit-arm-scopes, r=pnkfelix
bors
-0
/
+3
2019-07-07
Collect library features from non-exported macros
Vadim Petrochenkov
-0
/
+8
2019-07-06
Add arm ids for -Zunpretty=hir,identified
Matthew Jasper
-0
/
+3
2019-07-06
`#[rustc_doc_only_macro]` -> `#[rustc_builtin_macro]`
Vadim Petrochenkov
-1
/
+1
2019-07-06
Lowering: Fuse ExprKind::While logic + Cleanup.
Mazdak Farrokhzad
-85
/
+54
2019-07-06
Enforce 'cond: bool' in while-expr + improve reachability diags.
Mazdak Farrokhzad
-4
/
+5
2019-07-06
Remove ExprKind::While from HIR.
Mazdak Farrokhzad
-30
/
+59
2019-07-05
Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc
Mazdak Farrokhzad
-21
/
+18
2019-07-05
Auto merge of #62099 - Mark-Simulacrum:syntax-print-clean-2, r=eddyb
bors
-900
/
+859
2019-07-04
rename hir::map::opt_local_def_id*
ljedrz
-4
/
+4
2019-07-04
rename hir::map::local_def_id_from_hir_id to local_def_id
ljedrz
-10
/
+10
2019-07-04
rename hir::map::local_def_id to local_def_id_from_node_id
ljedrz
-3
/
+4
2019-07-04
remove FIXMEs for functions that won't go away
ljedrz
-4
/
+0
2019-07-04
Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=...
Mazdak Farrokhzad
-2
/
+2
2019-07-04
Rollup merge of #62039 - jeremystucki:needless_lifetimes, r=eddyb
Mazdak Farrokhzad
-5
/
+5
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-4
/
+4
2019-07-01
Convert more usages over
Chris Gregory
-2
/
+2
2019-07-01
rustc: use a separate copy of P for HIR than for AST.
Eduard-Mihai Burtescu
-13
/
+159
2019-07-01
rustc: always keep `hir::Path` behind a `P<...>`.
Eduard-Mihai Burtescu
-4
/
+4
2019-06-29
Remove io::Result from syntax::print
Mark Rousskov
-889
/
+852
2019-06-29
Replace pretty-printer Box<dyn Write> with &mut String
Mark Rousskov
-12
/
+8
2019-06-26
Don't ICE on item in `.await` expression
Nathan Corbyn
-2
/
+1
2019-06-25
Rollup merge of #62091 - ljedrz:hiridification_almost_there, r=Zoxc
Mazdak Farrokhzad
-39
/
+26
2019-06-25
rustc: produce AST instead of HIR from `hir::lowering::Resolver` methods.
Eduard-Mihai Burtescu
-10
/
+20
2019-06-25
Auto merge of #61572 - Aaron1011:fix/generator-ref, r=varkor
bors
-1
/
+1
[prev]
[next]