]> git.lizzy.rs Git - rust.git/history - src/libsyntax/parse/token.rs
use TotalEq for HashMap
[rust.git] / src / libsyntax / parse / token.rs
2014-03-23 Daniel Micayuse TotalEq for HashMap
2014-03-22 borsauto merge of #13036 : alexcrichton/rust/atomics, r...
2014-03-21 borsauto merge of #13024 : brson/rust/issue-12799, r=thestinger
2014-03-21 borsauto merge of #13029 : FlaPer87/rust/master, r=alexcrichton
2014-03-20 borsauto merge of #13023 : thestinger/rust/deep_clone,...
2014-03-20 borsauto merge of #13020 : alexcrichton/rust/vec, r=brson
2014-03-20 Alex CrichtonRemoving imports of std::vec_ng::Vec
2014-03-20 borsauto merge of #13017 : alexcrichton/rust/issue-13010...
2014-03-20 borsauto merge of #13015 : tbu-/rust/pr_remove_immut, r...
2014-03-20 borsauto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis
2014-03-20 borsauto merge of #12980 : cmr/rust/overhaul-stdio, r=thest...
2014-03-20 borsauto merge of #13028 : thestinger/rust/vec_ng, r=huonw
2014-03-20 Daniel Micayrename std::vec_ng -> std::vec
2014-03-17 borsauto merge of #12742 : FlaPer87/rust/issue-11411-static...
2014-03-17 borsauto merge of #12937 : sinistersnare/rust/method-error...
2014-03-16 borsauto merge of #12924 : Florob/rust/bigint, r=alexcrichton
2014-03-16 borsauto merge of #12929 : sfackler/rust/automatically...
2014-03-16 borsauto merge of #12899 : brson/rust/cleanbacktrace, r...
2014-03-16 borsauto merge of #12791 : alexcrichton/rust/liblog, r...
2014-03-16 Alex Crichtonlog: Introduce liblog, the old std::logging
2014-03-14 borsauto merge of #12888 : aochagavia/rust/Fix-comment...
2014-03-14 borsauto merge of #12871 : aochagavia/rust/Optimize-while_s...
2014-03-13 borsauto merge of #12573 : lbonn/rust/unrecurs, r=alexcrichton
2014-03-13 borsauto merge of #12823 : alexcrichton/rust/issue-12666...
2014-03-12 borsauto merge of #12797 : pczarn/rust/str_safety, r=huonw
2014-03-12 borsauto merge of #12816 : michaelwoerister/rust/limited...
2014-03-12 borsauto merge of #12774 : alexcrichton/rust/proc-bounds...
2014-03-12 borsauto merge of #12650 : huonw/rust/librand, r=alexcrichton
2014-03-12 Huon Wilsonrand: deprecate `rng`.
2014-03-06 borsauto merge of #12714 : michaelwoerister/rust/limited...
2014-03-06 borsauto merge of #12705 : alexcrichton/rust/issue-12692...
2014-03-06 borsauto merge of #12687 : alexcrichton/rust/issue-12681...
2014-03-05 borsauto merge of #12715 : dmski/rust/no-extern-fn-pat...
2014-03-05 borsauto merge of #12711 : edwardw/rust/mtwt, r=pcwalton
2014-03-05 Edward WangRefactor and fix FIXME's in mtwt hygiene code
2014-03-02 borsauto merge of #12651 : lucab/rust/llvmdep-ldflags,...
2014-03-02 borsauto merge of #12637 : pcwalton/rust/devecing, r=alexcr...
2014-03-02 Patrick Waltonlibsyntax: Fix errors arising from the automated `...
2014-03-02 Patrick Waltonlibsyntax: Mechanically change `~[T]` to `Vec<T>`
2014-03-02 borsMerge pull request #12636 from chromatic/fixup_trans_fail
2014-03-02 borsMerge pull request #12308 from kballard/vim-nested...
2014-03-01 borsauto merge of #12641 : sfackler/rust/issue-11552, r...
2014-03-01 borsauto merge of #12639 : luqmana/rust/struct-variant...
2014-03-01 borsauto merge of #12638 : luqmana/rust/op-no-ref, r=alexcr...
2014-03-01 borsauto merge of #12627 : alexcrichton/rust/issue-12623...
2014-03-01 borsauto merge of #12626 : alexcrichton/rust/assert-eq...
2014-03-01 Alex Crichtonstd: Change assert_eq!() to use {} instead of {:?}
2014-02-27 borsauto merge of #12486 : MicahChalmer/rust/emacs-fixes...
2014-02-25 borsauto merge of #12530 : alexcrichton/rust/make-check...
2014-02-25 borsauto merge of #12465 : huonw/rust/notidy, r=brson
2014-02-24 borsauto merge of #12445 : huonw/rust/less-unsafe, r=alexcr...
2014-02-24 borsauto merge of #12380 : alexcrichton/rust/run-rewrite...
2014-02-24 borsauto merge of #12328 : nick29581/rust/abi, r=alexcrichton
2014-02-24 borsauto merge of #12510 : huonw/rust/fix-compiler-docs...
2014-02-24 borsauto merge of #12509 : brson/rust/rollup, r=brson
2014-02-23 Brian AndersonMerge remote-tracking branch 'huonw/inline-helpers'
2014-02-23 Brian AndersonMerge remote-tracking branch 'brson/ratcher'
2014-02-23 Brian AndersonMerge remote-tracking branch 'brson/iodoc'
2014-02-23 Brian AndersonMerge remote-tracking branch 'tbu/pr_doc_smallfix'
2014-02-23 Brian AndersonMerge remote-tracking branch 'kud1ing/patch-1'
2014-02-23 borsauto merge of #12338 : edwardw/rust/hygienic-break...
2014-02-23 borsauto merge of #12484 : TheHydroImpulse/rust/fix_js...
2014-02-23 borsauto merge of #12492 : huonw/rust/snapshots, r=alexcrichton
2014-02-23 Huon WilsonTransition to new `Hash`, removing IterBytes and std...
2014-02-23 Edward WangMake break and continue hygienic
2014-02-20 borsauto merge of #12161 : aepsil0n/rust/docs/for-loop...
2014-02-19 borsauto merge of #12231 : wycats/rust/url_path_parse,...
2014-02-14 borsauto merge of #12207 : alexcrichton/rust/up-llvm, r...
2014-02-14 borsauto merge of #12234 : sfackler/rust/restructure-item...
2014-02-14 borsauto merge of #12192 : luqmana/rust/fix-cross, r=alexcr...
2014-02-14 borsauto merge of #12186 : alexcrichton/rust/no-sleep-2...
2014-02-14 borsauto merge of #12162 : eddyb/rust/ast-map-cheap-path...
2014-02-14 Eduard BurtescuRefactored ast_map and friends, mainly to have Paths...
2014-02-14 borsauto merge of #12061 : pongad/rust/delorderable, r=cmr
2014-02-14 borsauto merge of #12017 : FlaPer87/rust/replace-mod-crate...
2014-02-13 Flavio PercocoReplace `extern mod` with `extern crate`
2014-02-11 borsauto merge of #12171 : chromatic/rust/fix_crate_tutoria...
2014-02-11 borsauto merge of #12177 : alexcrichton/rust/fix-snapshot...
2014-02-11 borsauto merge of #12176 : kballard/rust/dep-info-lib-filen...
2014-02-11 borsauto merge of #12154 : pnkfelix/rust/fsk-factor-bigint...
2014-02-11 borsauto merge of #12175 : sfackler/rust/phase-use-ignored...
2014-02-11 borsauto merge of #12170 : aepsil0n/rust/feature/reserve_do...
2014-02-10 Eduard BoppReserve `do` as a keyword
2014-02-10 borsauto merge of #12095 : FlaPer87/rust/issue-11709, r...
2014-02-09 borsauto merge of #12114 : brson/rust/faqs, r=cmr
2014-02-08 borsauto merge of #12090 : bjz/rust/unimplemented, r=cmr
2014-02-08 borsauto merge of #12109 : omasanori/rust/small-fixes,...
2014-02-08 borsauto merge of #12101 : csherratt/rust/master, r=alexcri...
2014-02-08 borsauto merge of #12096 : brson/rust/morestack-addr, r...
2014-02-08 borsauto merge of #12086 : huonw/rust/safe-json, r=kballard
2014-02-08 borsauto merge of #12099 : alexcrichton/rust/rpath-tests...
2014-02-08 borsauto merge of #12066 : huonw/rust/show2, r=alexcrichton
2014-02-08 Huon Wilsonstd::fmt: convert the formatting traits to a proper...
2014-02-07 borsauto merge of #12029 : zkamsler/rust/merge-sort-allocat...
2014-02-06 borsauto merge of #12048 : sanxiyn/rust/crate-config, r...
2014-02-06 borsauto merge of #12047 : huonw/rust/cyclic-rc, r=thestinger
2014-02-06 borsauto merge of #12001 : yuriks/rust/getopts-tweaks,...
2014-02-06 borsauto merge of #11989 : adridu59/rust/tidy, r=alexcrichton
2014-02-05 borsauto merge of #11894 : alexcrichton/rust/io-clone,...
2014-02-05 borsauto merge of #11984 : olsonjeffery/rust/libserialize...
next