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-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-04
rustc: allow paths in constants to refer to polymorphic items.
Eduard Burtescu
-12
/
+3
2015-01-04
rustc: check_const: avoid recursing into a block's tail expression twice.
Eduard Burtescu
-3
/
+0
2015-01-04
rustc: check_const: cleanup/simplify the code.
Eduard Burtescu
-66
/
+40
2015-01-04
rustc: check_const: remove ~str support in patterns.
Eduard Burtescu
-23
/
+6
2014-12-31
rustc: unbox closures used in let bindings
Jorge Aparicio
-1
/
+1
2014-12-22
Make ty_bare_fn carry an optional def-id indicating whether it is the
Niko Matsakis
-1
/
+5
2014-12-13
librustc: use unboxed closures
Jorge Aparicio
-3
/
+9
2014-12-04
Move various data structures out of typeck and into ty.
Niko Matsakis
-2
/
+1
2014-11-19
rustc: avoid `use`-ing `syntax::ast::*`.
Eduard Burtescu
-42
/
+42
2014-11-06
rollup merge of #18630 : nikomatsakis/purge-the-bars
Alex Crichton
-1
/
+1
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-2
/
+2
2014-11-06
Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...
Niko Matsakis
-1
/
+1
2014-10-25
Prevent pointer -> int casts in constexprs
Ariel Ben-Yehuda
-4
/
+10
2014-10-16
librustc: Remove all uses of {:?}.
Luqman Aden
-1
/
+1
2014-10-09
rustc: Add `const` globals to the language
Alex Crichton
-3
/
+5
2014-10-09
rustc: Reformat check_const with modern style
Alex Crichton
-66
/
+78
2014-10-02
rollup merge of #17666 : eddyb/take-garbage-out
Alex Crichton
-1
/
+1
2014-10-02
Fix cross-crate tuple structs in statics
Jakub Wieczorek
-1
/
+1
2014-10-02
syntax: ast: remove TyBox and UnBox.
Eduard Burtescu
-1
/
+1
2014-09-30
Fixes ICE when using reexported unit-like structs
Michael Kainer
-1
/
+1
2014-09-14
Separate static item recursion check into its own pass
Brian Koropoff
-56
/
+1
2014-09-14
rustc: fix fallout from using ptr::P.
Eduard Burtescu
-13
/
+15
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-2
/
+2
2014-09-12
Remove largely unused context from Visitor.
Eduard Burtescu
-32
/
+48
2014-09-10
Implement tuple and tuple struct indexing
P1start
-0
/
+1
2014-09-08
rustc: fix fallout from the addition of a 'tcx lifetime on tcx.
Eduard Burtescu
-3
/
+3
2014-08-26
Rebasing changes
Nick Cameron
-1
/
+1
2014-08-26
DST coercions and DST structs
Nick Cameron
-10
/
+9
2014-07-12
Convert a first batch of diagnostics to have error codes
Jakub Wieczorek
-29
/
+22
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+1
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-7
/
+7
2014-06-06
Move Def out of syntax crate, where it does not belong
Niko Matsakis
-0
/
+1
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-1
/
+1
2014-05-13
Allow blocks in const expressions
Marvin Löbel
-0
/
+27
2014-05-12
librustc: Remove all uses of `~str` from librustc.
Patrick Walton
-3
/
+6
2014-04-22
rustc: de-@ some RefCell's.
Eduard Burtescu
-3
/
+3
2014-04-22
rustc: move the method and vtable maps into ty::ctxt.
Eduard Burtescu
-16
/
+6
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-1
/
+1
2014-04-04
syntax: remove obsolete mutability from ExprVec and ExprRepeat.
Eduard Burtescu
-1
/
+1
2014-03-22
rustc: Fix fallout of removing get()
Alex Crichton
-5
/
+4
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-17
auto merge of #12742 : FlaPer87/rust/issue-11411-static-mut-slice, r=nikomats...
bors
-0
/
+1
2014-03-17
De-@ ty::ctxt usage.
Eduard Burtescu
-4
/
+4
2014-03-17
De-@ Session usage.
Eduard Burtescu
-52
/
+33
2014-03-13
Implement automatic overloaded dereference.
Eduard Burtescu
-2
/
+2
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-0
/
+1
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-3
/
+2
2014-03-06
rustc: Move mut slice check to `check_static`
Flavio Percoco
-14
/
+6
[next]