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
/
test
/
compile-fail
/
check-static-values-constraints.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-14
Moved compile-fail tests to ui tests.
David Wood
-123
/
+0
2017-09-09
Stabilize drop_types_in_const.
Eduard-Mihai Burtescu
-26
/
+1
2017-08-28
rustc_mir: conservatively deny non-noop drops in constant contexts.
Eduard-Mihai Burtescu
-1
/
+2
2017-08-09
rustc: Rearchitect lints to be emitted more eagerly
Alex Crichton
-0
/
+1
2017-01-12
Mark even more tests as gate tests
est31
-0
/
+2
2016-05-07
Implement RFC 1440 "Allow Drop types in statics/const functions".
Eduard Burtescu
-13
/
+13
2016-05-07
test: adjust for the move to MIR-based const checking.
Eduard Burtescu
-0
/
+1
2015-05-21
Make various fixes:
Niko Matsakis
-1
/
+1
2015-02-16
rustc: merge check_static into check_const.
Eduard Burtescu
-7
/
+8
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-4
/
+4
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-0
/
+2
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-17
/
+21
2014-10-09
test: Convert statics to constants
Alex Crichton
-23
/
+27
2014-10-02
tests: remove uses of Gc.
Eduard Burtescu
-4
/
+0
2014-08-09
Fix misspelled comments for tests.
Joseph Crail
-1
/
+1
2014-07-26
Remove managed_box gate from tests
Brian Anderson
-1
/
+0
2014-07-04
librustc: Remove the `&LIFETIME EXPR` production from the language.
Patrick Walton
-2
/
+2
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-9
/
+10
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-1
/
+1
2014-05-14
test: Remove all uses of `~str` from the test suite.
Patrick Walton
-2
/
+5
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-5
/
+6
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-4
/
+6
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-20
Allow static items that don't fulfill `Freeze`
Flavio Percoco
-24
/
+0
2014-02-27
Immutable static items should be `Freeze` Fixes #12432
Flavio Percoco
-0
/
+26
2014-02-27
Forbid certain types for static items
Flavio Percoco
-0
/
+128