about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-05-05fixesAriel Ben-Yehuda-6/+13
2016-05-04Update iterator.rsKaiyin Zhong-1/+1
2016-05-04errors in the docKaiyin Zhong-2/+2
2016-05-04Improve diagnostics for constants being used in irrefutable patternsManish Goregaokar-8/+8
2016-05-04add a check to make tidy to ensure cargo lock file is updatedGarrett Squire-27/+51
2016-05-04rustc: Change target_env for ARM targets to `gnu`Alex Crichton-3/+3
2016-05-04Replace copy-pasted variable name with relevant oneJake Goulding-2/+2
2016-05-04Add test for `EscapeUnicode` specializationsAndrea Canciani-0/+33
2016-05-04typeck: show a note about tuple indexing for erroneous tup[i]Georg Brandl-1/+48
2016-05-04rustdoc: refactor rustdoc syntax highlighting for a more flexible APINick Cameron-105/+245
2016-05-03rustbuild: Document many more parts of the buildAlex Crichton-47/+726
2016-05-03save-analysis: use a decoupled representation for dumped dataAdolfo OchagavĂ­a-838/+752
2016-05-03mk: Pass CFLAGS for target, not hostAlex Crichton-0/+5
2016-05-04Update commit hash in cargotestSeo Sanghyeon-1/+1
2016-05-03Make runtest::check_debugger_output() handle wildcards at end.Michael Woerister-47/+51
2016-05-03parser: show a helpful note on unexpected inner commentGeorg Brandl-1/+23
2016-05-03stop dropping impls from cause backtracesAriel Ben-Yehuda-23/+25
2016-05-03stop using commit_if_ok where no errors can happenAriel Ben-Yehuda-52/+42
2016-05-03change the newly-added errors to warningsAriel Ben-Yehuda-117/+363
2016-05-03improve error message for WF TuplesAriel Ben-Yehuda-1/+10
2016-05-03address review commentsAriel Ben-Yehuda-82/+83
2016-05-03fix breaking changesAriel Ben-Yehuda-1/+1
2016-05-03require the existential bounds of an object type to be object-safeAriel Ben-Yehuda-11/+50
2016-05-03require the non-last elements of a tuple to be SizedAriel Ben-Yehuda-19/+46
2016-05-03refactor the handling of builtin candidatesAriel Ben-Yehuda-203/+112
2016-05-03add comments and testsAriel Ben-Yehuda-13/+73
2016-05-03Short-cut Sized matching on ADTsAriel Ben-Yehuda-83/+225
2016-05-03Rollup merge of #33372 - birkenfeld:rustdoc-escape-code, r=cmrManish Goregaokar-3/+19
2016-05-03Rollup merge of #33371 - birkenfeld:issue-33302, r=cmrManish Goregaokar-12/+57
2016-05-03Rollup merge of #33357 - pcwalton:inline-mem-forget, r=brsonManish Goregaokar-0/+1
2016-05-03Rollup merge of #33343 - birkenfeld:issue-32214, r=ManishearthManish Goregaokar-5/+18
2016-05-03Rollup merge of #33340 - birkenfeld:issue-23716, r=ManishearthManish Goregaokar-11/+54
2016-05-03Rollup merge of #33339 - oli-obk:fix/const_eval, r=japaricManish Goregaokar-55/+67
2016-05-03Rollup merge of #33322 - justsostephen:master, r=steveklabnikManish Goregaokar-4/+4
2016-05-03Rollup merge of #33294 - timothy-mcroy:E0501, r=GuillaumeGomezManish Goregaokar-1/+76
2016-05-03Rollup merge of #33277 - birkenfeld:fmt-named-dollar-args, r=steveklabnikManish Goregaokar-4/+9
2016-05-03rustdoc: use btree map for where clausesGeorg Brandl-3/+3
2016-05-03rustdoc: HTML-escape Rust code (from constants)Georg Brandl-3/+19
2016-05-03Auto merge of #33330 - birkenfeld:issue-29121, r=Manishearthbors-8/+15
2016-05-03rustdoc: fix inserting source code spans for constant valuesGeorg Brandl-12/+57
2016-05-03Remove unused trait imports introduced while in reviewSeo Sanghyeon-2/+2
2016-05-03degrade gracefully with empty spansNiko Matsakis-1/+49
2016-05-03Fix build on WindowsSeo Sanghyeon-1/+0
2016-05-03Fix more testsSeo Sanghyeon-3/+2
2016-05-03Fix tests related to no_stdSeo Sanghyeon-1/+6
2016-05-03Warn unused trait importsSeo Sanghyeon-25/+169
2016-05-03Remove unused trait imports flagged by lintSeo Sanghyeon-50/+13
2016-05-02Auto merge of #33119 - nrc:pretty, r=pnkfelixbors-333/+402
2016-05-03typeck: when suggesting associated fns, do not show call site as fallbackGeorg Brandl-8/+15
2016-05-03Makefile: there is only one tidy target nowGeorg Brandl-1/+1