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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
hir
Age
Commit message (
Expand
)
Author
Lines
2017-04-02
keep the AST node-id when lowering ExprKind::Range
Ariel Ben-Yehuda
-59
/
+36
2017-03-10
Avoid using `Mark` and `Invocation` for macro defs.
Jeffrey Seyfried
-1
/
+1
2017-03-10
Refactor out `ast::ItemKind::MacroDef`.
Jeffrey Seyfried
-28
/
+29
2017-03-05
Fix const expression macro invocations.
Jeffrey Seyfried
-11
/
+11
2017-03-04
Auto merge of #40202 - jseyfried:integrate_tokenstream, r=nrc
bors
-2
/
+2
2017-03-03
Integrate `TokenStream`.
Jeffrey Seyfried
-2
/
+2
2017-03-01
fix tests to handle the Typeof bodies
Niko Matsakis
-2
/
+7
2017-02-28
store the visit order in the Crate
Niko Matsakis
-0
/
+16
2017-02-28
switch bodies to a btreemap
Niko Matsakis
-6
/
+5
2017-02-28
walk the bodies "in order" by traversing the crate
Niko Matsakis
-12
/
+17
2017-02-25
rustc_typeck: rework coherence to be almost completely on-demand.
Eduard-Mihai Burtescu
-1
/
+44
2017-02-25
rustc_typeck: don't use Result for get_type_parameter_bounds and ensure_super...
Eduard-Mihai Burtescu
-0
/
+24
2017-02-25
rustc: introduce a query system for type information in ty::maps.
Eduard Burtescu
-1
/
+1
2017-02-25
rustc: store type parameter defaults outside of ty::Generics.
Eduard-Mihai Burtescu
-1
/
+1
2017-02-25
Rollup merge of #39953 - keeperofdakeys:macro-error, r=jseyfried
Eduard-Mihai Burtescu
-2
/
+3
2017-02-25
Rollup merge of #39864 - cramertj:normalize-breaks, r=nikomatsakis
Eduard-Mihai Burtescu
-61
/
+205
2017-02-23
Move MacroKind into Def::Macro
Josh Driver
-2
/
+3
2017-02-19
Privatize fields of PathResolution
Vadim Petrochenkov
-21
/
+34
2017-02-18
Rename hir::Label to hir::Destination
Taylor Cramer
-12
/
+14
2017-02-18
Properly implement labeled breaks in while conditions
Taylor Cramer
-15
/
+111
2017-02-17
Normalize labeled and unlabeled breaks
Taylor Cramer
-55
/
+101
2017-02-03
Let the ICH testing framework check that all #[rustc_dirty] attrs have been a...
Michael Woerister
-0
/
+1
2017-01-28
rustc: always keep an explicit lifetime in trait objects.
Eduard-Mihai Burtescu
-12
/
+44
2017-01-28
rustc: lower trait type paths as TyTraitObject.
Eduard-Mihai Burtescu
-9
/
+33
2017-01-28
rustc: move most of lifetime elision to resolve_lifetimes.
Eduard-Mihai Burtescu
-1
/
+2
2017-01-28
rustc: always include elidable lifetimes in HIR types.
Eduard-Mihai Burtescu
-102
/
+160
2017-01-26
Point to immutable arg/fields when trying to use as &mut
Esteban Küber
-1
/
+1
2017-01-26
rustc: don't call the HIR AST.
Eduard-Mihai Burtescu
-109
/
+109
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-1
/
+1
2017-01-25
Rollup merge of #39267 - king6cong:master, r=steveklabnik
Guillaume Gomez
-2
/
+2
2017-01-25
Auto merge of #35712 - oli-obk:exclusive_range_patterns, r=nikomatsakis
bors
-8
/
+26
2017-01-24
doc typo fix
king6cong
-1
/
+1
2017-01-24
doc comment rewording
king6cong
-1
/
+1
2017-01-22
Auto merge of #39127 - canndrew:unreachable-pattern-errors-into-warnings, r=a...
bors
-7
/
+35
2017-01-21
Fix comment
Andrew Cann
-6
/
+3
2017-01-21
Fix some nits
Andrew Cann
-4
/
+5
2017-01-20
Rollup merge of #39118 - jseyfried:token_tree_based_parser, r=nrc
Alex Crichton
-8
/
+5
2017-01-21
Add unreachable attribute to Err branch
Andrew Cann
-16
/
+17
2017-01-20
Remove redundant block
Andrew Cann
-4
/
+1
2017-01-20
Remove attribute on match
Andrew Cann
-21
/
+4
2017-01-19
add exclusive range patterns under a feature gate
Oliver Schneider
-8
/
+26
2017-01-17
Fix make tidy
Andrew Cann
-5
/
+8
2017-01-17
Change unreachable patterns ICEs to warnings
Andrew Cann
-9
/
+55
2017-01-17
Auto merge of #39110 - petrochenkov:sum, r=eddyb
bors
-35
/
+25
2017-01-17
Give the `StringReader` a `sess: &ParseSess`.
Jeffrey Seyfried
-8
/
+5
2017-01-17
Rename ObjectSum into TraitObject in AST/HIR
Vadim Petrochenkov
-5
/
+5
2017-01-17
Use resizable Vec instead of P<[T]> in AST
Vadim Petrochenkov
-1
/
+1
2017-01-17
AST/HIR: Merge ObjectSum and PolyTraitRef
Vadim Petrochenkov
-21
/
+9
2017-01-16
AST/HIR: Replace Path with Type in WhereEqPredicate
Vadim Petrochenkov
-13
/
+15
2017-01-16
Rename ExprKind::Vec to Array in HIR and HAIR.
Scott Olson
-1
/
+1
[next]