Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/tags/0.10
/
src
/
etc
tag
ac33f2b15782272ae348dbd7b14b8257b2148b5a
tagger
Alex Crichton <alex@alexcrichton.com>
Thu Apr 03 18:18:20 2014
object
46867cc3e4ddcbb1d359a315805de00094dacaf9
0.10 release
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
6f9b30c
configure: Make rustlibdir non-configurable
by Brian Anderson
· 11 years ago
b1091c3
auto merge of #13063 : brson/rust/dist, r=alexcrichton
by bors
· 11 years ago
fe5bd88
install: Don't try to run binaries on install
by Brian Anderson
· 11 years ago
eed808b5
install: Improve error handling
by Brian Anderson
· 11 years ago
cc5fae7
install: Error on uninstall if manifest can't be found
by Brian Anderson
· 11 years ago
dd7a60e
mk: Fix distcheck
by Brian Anderson
· 11 years ago
92d8181
mk: Put win installer in correct dir
by Brian Anderson
· 11 years ago
44842db
mk: Cleanup version handling and add support for nightly dists
by Brian Anderson
· 11 years ago
d6b3f1f
sync: Move the concurrent queue to using &self
by Alex Crichton
· 11 years ago
6eae7df
auto merge of #13023 : thestinger/rust/deep_clone, r=alexcrichton
by bors
· 11 years ago
ce620320
rename std::vec -> std::slice
by Daniel Micay
· 11 years ago
0de6441
rm obsolete references to `DeepClone`
by Daniel Micay
· 11 years ago
58e4ab2
extra: Put the nail in the coffin, delete libextra
by Alex Crichton
· 11 years ago
b4d3243
auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson
by bors
· 11 years ago
7858065
std: Rename Chan/Port types and constructor
by Alex Crichton
· 11 years ago
dba5625
Remove code duplication
by Piotr Zolnierek
· 11 years ago
04170b0
Implement lower, upper case conversion for char
by Piotr Zolnierek
· 11 years ago
4a00211
std::unicode: remove unused category tables
by Piotr Zolnierek
· 11 years ago
d28d5b7
Emacs: always jump the cursor if needed on indent
by Micah Chalmer
· 11 years ago
198caa8
Update users for the std::rand -> librand move.
by Huon Wilson
· 11 years ago
6fa4bbe
std: Move rand to librand.
by Huon Wilson
· 11 years ago
74bfa71
auto merge of #12783 : adrientetar/rust/more-docs, r=alexcrichton
by bors
· 11 years ago
9523809
install.sh: untabify
by Brian Anderson
· 11 years ago
1f7de38
install.sh: Improve error handling
by Brian Anderson
· 11 years ago
67ebf8a
mk: dist-installer builds a binary installer
by Brian Anderson
· 11 years ago
862aced
doc: remove node.js dependency
by Adrien Tétar
· 11 years ago
f783321
mk: rewrite the documentation handling.
by Huon Wilson
· 11 years ago
3f3425a
auto merge of #12663 : MicahChalmer/rust/emacs-remove-ws-bug-warning, r=brson
by bors
· 11 years ago
d92fdb2
Emacs: Remove README warning of old whitespace bug
by Micah Chalmer
· 11 years ago
1e2f572
librustc: add LLVM LDFLAGS to deps
by Luca Bruno
· 11 years ago
b349fee
Merge pull request #12308 from kballard/vim-nested-comments
by bors
· 11 years ago
231832d
Improve the ctags function regular expression.
by Chris Morgan
· 11 years ago
498a606
Update Vim syntax file last change date.
by Chris Morgan
· 11 years ago
879ac43
Fix Vim section movements for standard Rust style.
by Chris Morgan
· 11 years ago
0a663a2
Update prelude items in Vim syntax.
by Chris Morgan
· 11 years ago
eda5755
Downgrade `do` to a reserved keyword in Vim.
by Chris Morgan
· 11 years ago
e0088ef
Highlight the `mod` in `extern mod x;` as Error.
by Chris Morgan
· 11 years ago
bbec2c5
Add new target 'make dist-osx' to create a .pkg installer for OS X
by Brian Leibig
· 11 years ago
780adff
auto merge of #12486 : MicahChalmer/rust/emacs-fixes-round-3, r=brson
by bors
· 11 years ago
34a224f
auto merge of #12530 : alexcrichton/rust/make-check-no-rpath, r=brson
by bors
· 11 years ago
bc35eb7
vim: Tweak how comment nesting works
by Kevin Ballard
· 11 years ago
efaf4db
Transition to new `Hash`, removing IterBytes and std::to_bytes.
by Huon Wilson
· 11 years ago
2a14e08
Move std::{trie, hashmap} to libcollections
by Alex Crichton
· 12 years ago
04dc3e4
Fix typo in emacs ERT test
by Micah Chalmer
· 12 years ago
55b3c19
Emacs: indent relative to enclosing block
by Micah Chalmer
· 12 years ago
45008f9
Emacs: stay at the correct position when indenting
by Micah Chalmer
· 12 years ago
7fbcda1
Fix emacs indentation of multi-line match patterns
by Micah Chalmer
· 12 years ago
d223dd1
std: rewrite Hash to make it more generic
by Erick Tryzelaar
· 12 years ago
e26ba36
mk: Get "make check" passing with --disable-rpath
by Alex Crichton
· 12 years ago
3a9eca3
Move std::num::Integer to libnum
by Brendan Zabarauskas
· 12 years ago
b0ce960
auto merge of #12321 : bjz/rust/remove-real, r=alexcrichton
by bors
· 12 years ago
b609d57
Added more scripts to tidy check
by Derek Guenther
· 12 years ago
57d273f
auto merge of #12284 : brson/rust/install, r=alexcrichton
by bors
· 12 years ago
876eb93
Remove Real trait and move methods into Float
by Brendan Zabarauskas
· 12 years ago
f450b2b
Remove CloneableTuple and ImmutableTuple traits
by Brendan Zabarauskas
· 12 years ago
508cb29
mk: Base the windows dist target on prepare.mk
by Brian Anderson
· 12 years ago
a41b0c2
extern mod => extern crate
by Alex Crichton
· 12 years ago
33b2b8a
Add crate keyword to gedit language spec
by Kevin Ballard
· 12 years ago
fff1222
Add crate to emacs and kate modefiles
by Kevin Ballard
· 12 years ago
c718e0e
Add CheckedDiv to vim syntax
by Kevin Ballard
· 12 years ago
84c6018
Update vim syntax for extern crate
by Kevin Ballard
· 12 years ago
6784179
Stop looping on error waiting for android test results
by Brian Anderson
· 12 years ago
f62460c
Change `xfail` directives in compiletests to `ignore`, closes #11363
by Florian Hahn
· 12 years ago
c2ae62f
Revert non-license changes as part of 0ebe112b
by Alex Crichton
· 12 years ago
086c0dd
Delete send_str, rewrite clients on top of MaybeOwned<'static>
by Kevin Ballard
· 12 years ago
b89afe2
Update docs and tests for #[deriving(Show)].
by Huon Wilson
· 12 years ago
730bdb6
Added tests to make tidy
by Derek Guenther
· 12 years ago
6e7968b
Redesign output flags for rustc
by Alex Crichton
· 12 years ago
0ebe112
etc: add missing license boilerplates
by Adrien Tétar
· 12 years ago
fc1d655
etc/tidy: don't check SNAP against triple
by Adrien Tétar
· 12 years ago
dd21a51
move concurrent stuff from libextra to libsync
by JeremyLetang
· 12 years ago
24631c8
extra: Add an intrusive MPSC to be used soon
by Alex Crichton
· 12 years ago
c765a8e
Fixing remaining warnings and errors throughout
by Alex Crichton
· 12 years ago
dab8640
Update the zsh completion file for rustc.
by OGINO Masanori
· 12 years ago
3cb72a3
auto merge of #11672 : bjz/rust/remove-times, r=brson
by bors
· 12 years ago
729060d
Remove Times trait
by Brendan Zabarauskas
· 12 years ago
704f93f
auto merge of #11893 : Armavica/rust/copyable-cloneable, r=huonw
by bors
· 12 years ago
2d60691
Rename CopyableTuple to CloneableTuple
by Virgile Andreani
· 12 years ago
0c081af
Rename ImmutableCopyableVector to ImmutableCloneableVector
by Virgile Andreani
· 12 years ago
8642601
Rename OwnedCopyableVector to OwnedCloneableVector
by Virgile Andreani
· 12 years ago
8a71b53
Rename CopyableVector to CloneableVector
by Virgile Andreani
· 12 years ago
9f60e7c
Update extract-tests.py to use same test directives as rustdoc.
by William Ting
· 12 years ago
cb02a37
syntax: make deriving have slightly less cryptic error messages.
by Huon Wilson
· 12 years ago
b0280ac
auto merge of #11834 : huonw/rust/deriving-spans, r=alexcrichton
by bors
· 12 years ago
Next »