Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/tags/0.11.0
/
src
/
etc
tag
e1247cb1d0d681be034adb4b558b5a0c0d5720f9
tagger
Alex Crichton <alex@alexcrichton.com>
Wed Jul 02 18:03:25 2014
object
aa1163b92de7717eb7c5eba002b4012e0574a7fe
0.11.0 release
aa1163b
Update to 0.11.0
by Alex Crichton
· 11 years ago
0.11.0
7689213
auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brson
by bors
· 11 years ago
d77cb22
auto merge of #15100 : rapha/rust/master, r=alexcrichton
by bors
· 11 years ago
53ec4a6
Change /bin/env to /usr/bin/env in helper python script, as it is more portable
by Raphael Speyer
· 11 years ago
0b9e4fc
Update few files after comparison traits renaming
by Piotr Jawniak
· 11 years ago
108b8b6
Deprecate the bytes!() macro.
by Simon Sapin
· 11 years ago
b0dff7a
Vim: highlight invalid characters in char literals.
by Chris Morgan
· 11 years ago
31dfcf9
Vim: highlight escapes for byte literals.
by Chris Morgan
· 11 years ago
1273f94
Add commands :RustEmitIr and :RustEmitAsm
by Kevin Ballard
· 11 years ago
918eda5
Write documentation for the Rust vim plugin
by Kevin Ballard
· 11 years ago
bd3bebc
Rename :Run and :Expand to :RustRun and :RustExpand
by Kevin Ballard
· 11 years ago
303cadf
vim: Add :Run and :Expand commands
by Kevin Ballard
· 11 years ago
23a7d24
emacs: Remove outdated references to ~ in tests
by Tom Jakubowski
· 11 years ago
77b874b
emacs: Add shebang to test script
by Tom Jakubowski
· 11 years ago
9175326
emacs: Don't overwrite font lock for attributes
by Tom Jakubowski
· 11 years ago
feb294c
auto merge of #14818 : tomjakubowski/rust/emacs-attributes-key-value, r=pnkfelix
by bors
· 11 years ago
0996766
auto merge of #14955 : alexcrichton/rust/rollup, r=alexcrichton
by bors
· 11 years ago
f4ae8a8
Update repo location
by Brian Anderson
· 11 years ago
b5d9e94
Add a Syntastic plugin for Rust.
by Andrew Gallant
· 11 years ago
cc30abb
auto merge of #14855 : TeXitoi/rust/relicense-shootout-binarytrees, r=brson
by bors
· 11 years ago
3324257
rustc: Start accepting `*const T`
by Alex Crichton
· 11 years ago
ad7508e
auto merge of #14852 : TeXitoi/rust/relicense-shootout-pidigits, r=brson
by bors
· 11 years ago
15f65ba
Relicense shootout-binarytrees.rs
by Guillaume Pinot
· 11 years ago
fed6e8b
Relicense shootout-pidigits.rs
by Guillaume Pinot
· 11 years ago
b1c9ce9
sync: Move underneath libstd
by Alex Crichton
· 11 years ago
e5baf1d
emacs: highlight `#[foo = "bar"]` attributes
by Tom Jakubowski
· 11 years ago
fca57b3
emacs: do not highlight `#foo]` as an attribute
by Tom Jakubowski
· 11 years ago
b13e275
relicense shootout-fannkuch-redux.rs
by Guillaume Pinot
· 11 years ago
fe7fc4a
relicense shootout-regex-dna.rs
by Guillaume Pinot
· 11 years ago
ec8ef0d
relicense shootout-meteor.rs
by Guillaume Pinot
· 11 years ago
748bc3c
std: Rename {Eq,Ord} to Partial{Eq,Ord}
by Alex Crichton
· 11 years ago
5530745
core: rename strbuf::StrBuf to string::String
by Richo Healey
· 11 years ago
bf0c6d8
vim: Handle box expressions specially
by Kevin Ballard
· 11 years ago
229338d
Update rust.vim for the latest prelude/keywords
by Kevin Ballard
· 11 years ago
8cbda5d
Refactoring: Introduce distinct host and target rpath var setters.
by Felix S. Klock II
· 11 years ago
d0d800f
Get rid of the android-cross-path flag to rustc.
by Luqman Aden
· 11 years ago
df802a2
std: Rename str::Normalizations to str::Decompositions
by Florian Zeitz
· 11 years ago
8c54d5b
core: Move Hangul decomposition into unicode.rs
by Florian Zeitz
· 11 years ago
74ad023
std, core: Generate unicode.rs using unicode.py
by Florian Zeitz
· 11 years ago
13491db
emacs: highlight `macro_name!` in macro invocations using [] delimiters
by Huon Wilson
· 11 years ago
0a70714
add shebang to scripts that have execute bit set
by David Creswick
· 11 years ago
c1da4f8
Add the patch number to version strings. Closes #13289
by Brian Anderson
· 11 years ago
edae0bd
auto merge of #13922 : Rufflewind/rust/patch-1, r=pnkfelix
by bors
· 11 years ago
0381ad4
vim: Fix an indentation issue with cindent
by Kevin Ballard
· 11 years ago
574cbe5
auto merge of #13986 : alexcrichton/rust/box-keyword, r=thestinger
by bors
· 11 years ago
55a8bd5
debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldb
by Michael Woerister
· 11 years ago
9485261
etc: Add box as a keyword to editor configs
by Alex Crichton
· 11 years ago
cba66bc
auto merge of #13925 : kballard/rust/vim_indent_bracket_fix, r=thestinger
by bors
· 11 years ago
91e61ad
vim: Fix indentation at global scope after non-semantic ([{/)]}
by Kevin Ballard
· 11 years ago
7e53af3
Recommend autoload instead of require
by Phil Ruffwind
· 11 years ago
77c56f7
Use defvar for rust-top-item-beg-re instead
by Phil Ruffwind
· 11 years ago
a67307e
emacs: Add 'box' to keywords
by Brian Anderson
· 11 years ago
e4bf643
Fix a/an typos
by Jorge Aparicio
· 11 years ago
405861e
test: Fix run-make on windows
by klutzy
· 11 years ago
b8b7484
Add a regex crate to the Rust distribution.
by Andrew Gallant
· 11 years ago
7266587
Fix Vim indent regressions from #13600.
by Chris Morgan
· 11 years ago
7995528
There are no 64-bit Windows snapshots yet, so we'll use 32-bit ones instead.
by Vadim Chugunov
· 11 years ago
c7553ea
auto merge of #13609 : richo/rust/str-type-vim, r=alexcrichton
by bors
· 11 years ago
9b7cfd3
auto merge of #13513 : alexcrichton/rust/up-llvm, r=brson
by bors
· 11 years ago
3ec9f05
vim: Add StrBuf as type to hilighting
by Richo Healey
· 11 years ago
59f3414
Add another case where cindent is correct
by Brandon Waskiewicz
· 11 years ago
acdee8b
llvm: Add an option to statically link libstdc++
by Alex Crichton
· 11 years ago
36d5635
etc: The --system-libs flag is LLVM 3.5+
by Alex Crichton
· 11 years ago
32a81d1
configure: Enable libc++ with LLVM with clang
by Alex Crichton
· 11 years ago
8dc935e
auto merge of #13432 : ruediger/rust/rustmode, r=nikomatsakis
by bors
· 11 years ago
8f3c2a6
dist: Make Windows installer uninstall first. Closes #9563
by Brian Anderson
· 11 years ago
713e875
Use new attribute syntax in python files in src/etc too (#13478)
by Manish Goregaokar
· 11 years ago
3a70976
rust-mode cleanup.
by Rüdiger Sonderfeld
· 11 years ago
00cbda2
Improve searching for XXX in tidy script (#3303)
by Boris Egorov
· 11 years ago
9a33330
auto merge of #13288 : alexcrichton/rust/remove-check-fast, r=brson
by bors
· 11 years ago
0deb16a
auto merge of #13347 : HeroesGrave/rust/master, r=alexcrichton
by bors
· 11 years ago
0e85e59
mk: Pass the name of the make command to maketest.py
by Brian Anderson
· 11 years ago
072a920
Remove check-fast. Closes #4193, #8844, #6330, #7416
by Brian Anderson
· 11 years ago
02c81fe
auto merge of #13340 : FlaPer87/rust/code-model, r=cmr
by bors
· 11 years ago
b78ac5b
Add support for different relocation models
by Flavio Percoco
· 11 years ago
f1f5056
auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me
by bors
· 11 years ago
c6e19ae
fix kate syntax highlighting
by HeroesGrave
· 11 years ago
73b0186
Fix inner attribute syntax from `#[foo];` to `#![foo]`
by Timothée Ravier
· 11 years ago
0459ee7
Fix fallout from std::libc separation
by Corey Richardson
· 11 years ago
b6d5daf
etc: attempts at fixing editor highlighting for new attribute syntax
by Corey Richardson
· 11 years ago
2a2d0dc
auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichton
by bors
· 11 years ago
e7fe207
auto merge of #13290 : alexcrichton/rust/rollup, r=alexcrichton
by bors
· 11 years ago
0875ffc
Bump version to 0.11-pre
by Brian Anderson
· 11 years ago
1a1c47b
Update emacs mode to support new `#![inner(attribute)]` syntax.
by Felix S. Klock II
· 11 years ago
a5681d2
Bump version to 0.10
by Alex Crichton
· 11 years ago
cfb52a5
mk: Don't touch config.tmp or tmp/dist as root. Closes #13190
by Brian Anderson
· 11 years ago
6e69712
Support new attribute syntax in vim syntax file
by Steven Fackler
· 11 years ago
02d186a
auto merge of #13185 : alexcrichton/rust/osx-pkg, r=brson
by bors
· 11 years ago
74128b1
auto merge of #13187 : brson/rust/dist, r=alexcrichton
by bors
· 11 years ago
bec333c
dist: Tweak the OSX pkg installer
by Alex Crichton
· 11 years ago
c5f8ca5
install: More error handling
by Brian Anderson
· 11 years ago
c91ce02
install: Extract function for creating absolute paths and reuse it
by Brian Anderson
· 11 years ago
766a7c2
install: Fix string formatting in an error
by Brian Anderson
· 11 years ago
2205c48
install: Explicitly delete the manifest during uninstall. Misc cleanup
by Brian Anderson
· 11 years ago
01d823b
install: Verify that installed compiler runs
by Brian Anderson
· 11 years ago
2e6607a
Remove `Freeze` and add `Share` in vim's syntax
by Flavio Percoco
· 11 years ago
81ec1f3
Rename Pod into Copy
by Flavio Percoco
· 11 years ago
c060e2e
install: Don't allow installation over the install files
by Brian Anderson
· 11 years ago
92d0ec2
install: name the bundled manifest 'manifest.in'. Cleanup
by Brian Anderson
· 11 years ago
ce1e48a
install: Support --libdir and --mandir correctly
by Brian Anderson
· 11 years ago
Next »