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
/
middle
/
check_const.rs
Age
Commit message (
Expand
)
Author
Lines
2015-10-19
allow constant evaluation of function calls
Oliver Schneider
-1
/
+1
2015-10-13
implement RFC 1229
Oliver Schneider
-4
/
+4
2015-10-10
Whitelisting PatWild for E0022. Fix #28822
glendc
-0
/
+1
2015-10-01
Introduce semi-duplicate DefIds into DefLocal/DefUpvar to remove use
Niko Matsakis
-1
/
+1
2015-09-26
Remove warning of duplicated error code
Guillaume Gomez
-7
/
+13
2015-09-24
Remove the deprecated box(PLACE) syntax.
Eduard Burtescu
-2
/
+1
2015-09-20
Don't recommend const fns on a stable build without a note about nightlies
Manish Goregaokar
-4
/
+16
2015-09-17
Remove hir::ExprParen
Nick Cameron
-2
/
+0
2015-09-16
Auto merge of #28353 - GuillaumeGomez:error_codes, r=Manishearth
bors
-9
/
+9
2015-09-16
End of adding error codes in librustc
Guillaume Gomez
-9
/
+9
2015-09-14
split ty::util and ty::adjustment
Ariel Ben-Yehuda
-2
/
+7
2015-09-14
move middle::ty and related modules to middle/ty/
Ariel Ben-Yehuda
-1
/
+1
2015-09-10
Fix ICE per #28172
christopherdumas
-2
/
+2
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-95
/
+88
2015-08-31
Auto merge of #28007 - Ms2ger:FnKind, r=nrc
bors
-5
/
+5
2015-08-26
Rename FnKind variants and stop re-exporting them from the visit module.
Ms2ger
-5
/
+5
2015-08-25
move destructors_for_type into AdtDef
Ariel Ben-Yehuda
-1
/
+1
2015-08-24
fallout from moving def-id
Niko Matsakis
-1
/
+2
2015-08-06
introduce an ADTDef struct for struct/enum definitions
Ariel Ben-Yehuda
-2
/
+2
2015-08-04
rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer.
Eduard Burtescu
-2
/
+9
2015-07-17
Clarify the usage of "hints" in const_eval.
Eli Friedman
-1
/
+17
2015-07-07
mark user-defined derefs as non-constant
Ariel Ben-Yehuda
-0
/
+20
2015-07-04
rustc: remove MethodOrigin and use the container to distinguish inherent meth...
Eduard Burtescu
-5
/
+4
2015-07-04
rustc: simplify ty::MethodOrigin and avoid trait item indices.
Eduard Burtescu
-7
/
+5
2015-06-30
Remove Typer and ClosureTyper
Jared Roesch
-1
/
+1
2015-06-30
Remove Typer + ClosureTyper impls for BlockS
Jared Roesch
-2
/
+1
2015-06-30
Remove Typer + ClosureTyper impls for ParameterEnv
Jared Roesch
-3
/
+6
2015-06-30
Use fresh FulfillmentContexts in select locations
Jared Roesch
-1
/
+1
2015-06-30
Update all uses of FulfillmentContext
Jared Roesch
-1
/
+1
2015-06-27
Ground work for replacing the ClosureTyper trait
Jared Roesch
-1
/
+1
2015-06-27
Begin refactor type checking state
Jared Roesch
-5
/
+4
2015-06-26
rustc: switch most remaining middle::ty functions to methods.
Eduard Burtescu
-12
/
+12
2015-06-19
Move AST Repr impls to Debug impls in libsyntax.
Eduard Burtescu
-2
/
+1
2015-06-19
rustc: use the TLS type context in Repr and UserString.
Eduard Burtescu
-1
/
+1
2015-06-15
Add a (somewhat hacky) cache to the tcx that tracks "global" trait refs
Niko Matsakis
-1
/
+1
2015-06-12
Split TyArray into TyArray and TySlice.
Eli Friedman
-4
/
+8
2015-06-12
Cleanup: rename middle::ty::sty and its variants.
Eli Friedman
-8
/
+8
2015-06-11
Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton
bors
-2
/
+2
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-2
/
+2
2015-06-09
Exise 'owned pointer' from the codebase
Steve Klabnik
-2
/
+2
2015-05-29
Rollup merge of #25873 - nham:update_E0015, r=Aatch
Steve Klabnik
-3
/
+3
2015-05-29
permit const-fn in macro expansions
Niko Matsakis
-1
/
+10
2015-05-29
Add feature-gate to calling const fn
Niko Matsakis
-3
/
+18
2015-05-28
Convert mutable statics error to have error code and add explanation.
Nick Hamann
-3
/
+3
2015-05-28
Prevent comparison and dereferencing of raw pointers in constexprs
Ariel Ben-Yehuda
-6
/
+25
2015-05-26
Convert 15 diagnostics to have error codes (E0380-E0394).
Nick Hamann
-3
/
+3
2015-05-21
Make various fixes:
Niko Matsakis
-24
/
+11
2015-05-21
rustc: const-qualify `const fn` function and method calls.
Eduard Burtescu
-37
/
+156
2015-05-19
Address review commets
Ariel Ben-Yehuda
-2
/
+2
2015-05-19
Overhaul cast semantics and make them follow RFC401
Ariel Ben-Yehuda
-22
/
+13
[next]