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
2016-05-21
Auto merge of #33752 - mrhota:internal_docs, r=steveklabnik
bors
-7
/
+35
2016-05-21
Improve internal documentation and code style
Ticki
-7
/
+35
2016-05-20
Rollup merge of #33683 - sanxiyn:paren-span, r=nikomatsakis
Guillaume Gomez
-1
/
+5
2016-05-19
Be smart about span of parenthesized expression in macro
Seo Sanghyeon
-1
/
+4
2016-05-18
nit: use format! instead of iterator
Niko Matsakis
-11
/
+1
2016-05-18
allow retracing paths across crates
Niko Matsakis
-35
/
+9
2016-05-18
change svh to store a u64
Niko Matsakis
-45
/
+21
2016-05-18
ignore dep-graph in resolve and lower_crate
Niko Matsakis
-1
/
+10
2016-05-18
thread the DepGraph to session/crate-store
Niko Matsakis
-2
/
+2
2016-05-17
Preserve span when lowering ExprKind::Paren
Seo Sanghyeon
-1
/
+2
2016-05-16
Fix rebase
Vadim Petrochenkov
-4
/
+4
2016-05-16
lowering: Rename identifiers only when necessary
Vadim Petrochenkov
-12
/
+32
2016-05-16
Remove hir::Ident
Vadim Petrochenkov
-182
/
+75
2016-05-14
Add checks for `self: _` and `self: &_`
Vadim Petrochenkov
-0
/
+10
2016-05-14
Remove ExplicitSelf from HIR
Vadim Petrochenkov
-199
/
+69
2016-05-13
Auto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1
bors
-3
/
+3
2016-05-13
Auto merge of #33532 - jseyfried:mutable_lowering_context, r=nrc
bors
-1687
/
+1634
2016-05-11
Hand ownership of the Definitions to map_crate.
Ms2ger
-3
/
+3
2016-05-11
rustc: Remove the unnecessary ast_ty_to_ty_cache.
Eduard Burtescu
-2
/
+1
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-1
/
+1
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-1
/
+1
2016-05-10
Refactor `hir::lowering` API
Jeffrey Seyfried
-16
/
+19
2016-05-10
Make the remaining functions in `hir::lowering` methods of `LoweringContext`
Jeffrey Seyfried
-411
/
+383
2016-05-10
Refactor the `hir::lowering::lower_*` functions into methods of `LoweringCont...
Jeffrey Seyfried
-1387
/
+1372
2016-05-10
Remove needless `pub`s
Jeffrey Seyfried
-81
/
+81
2016-05-10
Give lowering functions mutable access to the lowering context
Jeffrey Seyfried
-141
/
+140
2016-05-10
Refactor away method `LoweringContext::diagnostic`
Jeffrey Seyfried
-9
/
+3
2016-05-10
Remove unused function `lower_opt_bounds`
Jeffrey Seyfried
-6
/
+0
2016-05-09
Refactor `hir::lowering::Resolver`
Jeffrey Seyfried
-60
/
+45
2016-05-09
Reimplement pretty printing
Jeffrey Seyfried
-0
/
+1
2016-05-09
Resolve paths generated in the ast->hir lowerer
Jeffrey Seyfried
-48
/
+82
2016-05-09
Move resolution to before lowering
Jeffrey Seyfried
-2
/
+8
2016-05-08
Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc
bors
-1
/
+6
2016-05-07
mir: build MIR for constants and static initializers.
Eduard Burtescu
-14
/
+68
2016-05-03
Warn unused trait imports
Seo Sanghyeon
-1
/
+6
2016-05-02
Remove outdated comment
Jeffrey Seyfried
-6
/
+0
2016-05-02
Cleanup formatting
Jeffrey Seyfried
-333
/
+321
2016-05-01
Remove the lowering context's id caching system
Jeffrey Seyfried
-131
/
+27
2016-05-01
Remove idempotent lowering test
Jeffrey Seyfried
-114
/
+0
2016-04-30
Panic on relowering an AST node with a cached node id
Jeffrey Seyfried
-0
/
+3
2016-04-25
Rollup merge of #33041 - petrochenkov:path, r=nrc,Manishearth
Manish Goregaokar
-7
/
+5
2016-04-24
syntax: Merge keywords and remaining special idents in one list
Vadim Petrochenkov
-7
/
+5
2016-04-24
syntax: Make static/super/self/Self keywords + special ident cleanup
Vadim Petrochenkov
-2
/
+2
2016-04-24
thread tighter span for closures around
Niko Matsakis
-9
/
+13
2016-04-20
rebasing
Nick Cameron
-2
/
+2
2016-04-20
debugging, misc fixes
Nick Cameron
-100
/
+179
2016-04-20
HIR visitor for DefCollector
Nick Cameron
-14
/
+175
2016-04-20
refactoring
Nick Cameron
-141
/
+111
2016-04-20
def_collector and crate reader operate on AST instead of HIR
Nick Cameron
-60
/
+60
2016-04-20
Separate def collection and hir map making even further
Nick Cameron
-32
/
+21
[next]